home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / jnos / cmdshelp / nntp < prev    next >
Text File  |  1994-08-24  |  3KB  |  90 lines

  1.  
  2. nntp
  3.  
  4.         The 'nntp' commands control the operation of the Network News
  5.         Transfer Protocol (NNTP).  The nntp features are defined at
  6.         compile-time.  What follows describes the nntp client features;
  7.         the nntp server features are mostly a superset of these commands:
  8.  
  9.         nntp addserver <nntpserver_host> <interval> [<range>] [<groups>]
  10.           Add an NNTP news server to query every <interval> seconds for new
  11.           articles in the specified <groups>.
  12.  
  13.           <range> specifies the time-of-day limits when the queries will be
  14.           made.
  15.  
  16.         Multiple 'nntp addserver' commands may be used to concatenate
  17.         groups (up to a maximum of 512 bytes).
  18.  
  19.              Example:  nntp add w5ddl.ampr.org 3600 18:00-06:00
  20.  
  21.  
  22.         nntp directory [ <News_spool_dir> [News_control_dir> ]
  23.           Display or set the spool directory for spooling news articles.
  24.           Default is /spool/mail.  Optionally set a new control directory.
  25.           The default control dir is /spool/news.
  26.  
  27.  
  28.         nntp directory  old=new
  29.           Establish a newsgroup name mapping, so that a newsgroup name
  30.           beginning with <old> is changed to one beginning with <new>,
  31.           which may be a null string.  To delete a mapping, use <old>==.
  32.           The mapping scan continues until the list is exhausted, in the
  33.           same order the nntp dir commands were specified.
  34.  
  35.               Example:  nntp dir  rec.radio.=
  36.                         nntp dir  amateur.=
  37.                         nntp dir  shortwave=swl
  38.                         nntp dir  equipment=eq
  39.  
  40.               will map rec.radio.amateur.policy to policy, rec.radio.swap
  41.               to swap, rec.radio.shortwave to swl, and
  42.               rec.radio.amateur.equipment to eq.
  43.  
  44.  
  45.         nntp dropserver <nntpserver_host>
  46.           Drop the specified NNTP server.
  47.  
  48.  
  49.         nntp groups <group> [<group> ...]             Default: All groups
  50.           Display or set the currently set USEnet newsgroup(s).  The group
  51.           names are separated by spaces or commas.  The '*' and '!'
  52.           metacharacters (meaning 'all' and 'not' respectively) are
  53.           supported.
  54.  
  55.  
  56.         nntp kick <nntpserver_host>
  57.           Kick the local NNTP client to get in touch with the named server.
  58.  
  59.  
  60.         nntp listservers
  61.           List the currently defined servers.
  62.  
  63.  
  64.         nntp lzw <on | off>
  65.           Turn on or off LZW compression when receiving articles.
  66.  
  67.  
  68.         nntp trace <level>                                     Default: 1
  69.           Sets or shows the current trace level for NNTP traffic.
  70.  
  71.           Level
  72.            0:  No tracing.
  73.            1:  Display serious errors only
  74.            2:  Display serious and transient errors
  75.            3:  Display serious and transient errors, plus session progress
  76.            4:  Display serious and transient errors, session progress and
  77.                   actual received articles
  78.            5:  Display errors.
  79.  
  80.  
  81.         nntp quiet <yes | no>                                 Default: no
  82.           Sets or shows the current arrival-notification setting for NNTP
  83.           traffic.  The notification will include a BEL character if
  84.           "smtp quiet no" is in effect.
  85.  
  86.  
  87.         nntp firstpoll [<#days>]                              Default: 5
  88.           Sets or shows the number of days of old news that is requested
  89.           in the initial poll to a new server.
  90.